projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5070377
)
(i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 14 Aug 1994 10:07:00 +0000
(10:07 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 14 Aug 1994 10:07:00 +0000
(10:07 +0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index 86c1e4f57c27a2dc7f68f07eff74cb6e7e010c9a..6c9e3baf5da8ffbe07fd9e73bb25f5aa181e70e0 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-1058,7
+1058,7
@@
case "${canonical}" in
*-esix* ) opsys=esix ;;
*-xenix* ) opsys=xenix ;;
*-linux* ) opsys=linux ;;
- *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/
usr/
lib/cpp ;;
+ *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;;
*-bsd386* | *-bsdi* ) opsys=bsd386 ;;
*-386bsd* ) opsys=386bsd ;;
*-freebsd* ) opsys=freebsd ;;